Skip to main content

All Questions

0votes
1answer
251views

Nested ng-repeats with bootstrap collapse, trouble with $index and ng-init

I have a bootstrap collapse accordion with multiple ng-repeats: <div class="subdiv-wrapper"> <div class="panel-group" id="accordion1" ng-repeat="admin in subdivisions" ng-init="...
Gryffin's user avatar
0votes
1answer
678views

how to get table with group by id in bootstrap and angularjs

how to get Get Record Group wise in Angularjs like below picture please help me this.. <table class="table table-striped table-bordered table-list" id="support_table"> <thead> ...
Johns's user avatar
0votes
1answer
96views

AngularJS issue with dropdown menu and accessing elements outside ng-repeat

this is my problem: I have a DIV, where you have 4 fields: 2 dropdowns and 2 input[text]. 3 of the fields get populated by a ng-repeat over an array of objects: $scope.ddList = [ { ...
AJ-'s user avatar
  • 1,783
0votes
1answer
2kviews

Radio button deselects itself on clicking anywhere on the page

I am trying to implement segmented control button instead of normal radio button in Angular Although If i remove CSS class, normal radio button is working fine and remain selected on navigating to ...
Anukrati Khare's user avatar
0votes
1answer
906views

ng-repeat not working with bootstrap collapse

I'm using a bootstrap 4 card to make a blog post and when you click on the View Comments link it should open a collapsed div in the card-footer where all the comments will show. The collapse was ...
Rawle Juglal's user avatar
-1votes
5answers
3kviews

Make table header fix on scroll inside fixed height

I'm repeating <tbody> in my bootstrap table which has a fixed height of 140px and have added a scroll if the data exceeds that height. I'm finding difficulty in fixing the header with values '...
forgottofly's user avatar
0votes
2answers
415views

Bootstrap columns with ng-repeat

I'm using ng-repeat and ng-show to display one element of an array at a time in a central div (col-xs-10). There are two buttons (col-xs-1 each) added on the left and right of the central div. However,...
annasvst's user avatar
0votes
2answers
32views

cards lose their position when on new line in ng-repeat (AngularJS)

I am looping thru items with ng-repeat. Here is the code: <div class="row" <div class="w3-card-3 col-xs-18 col-sm-6 col-md-3" ng-repeat="p in products"> <div class="thumbnail"> ...
AllramEst's user avatar
0votes
2answers
2kviews

AngularJS ng-repeat in modal

I have problem - i want to show details of one person in modal when i click on the button in table. But i have details of everyone. My code: <div id="myModal" class="modal fade" role="dialog"> ...
bafix2203's user avatar
0votes
1answer
669views

bootstrap popover doesn't work with ng-repeat

I'm coding a widget using angularjs and am running into an issue where my bootstrap popovers don't work when inside ng-repeats: <script> $(document).ready(function(){ $('[data-toggle="...
Dave's user avatar
  • 1,277
0votes
0answers
31views

Drop Down Styles Issue angularjs

I am facing serious issues with drop down its design get weird when populating the drop down when using this chunk of html I am getting this design: index.html <select id="chkveg" ng-model="...
Kumail Hussain's user avatar
0votes
1answer
121views

angularjs compare row values

I am new to angularjs and don't know where to start to accomplish the below task. Any help is greatly appreciated. In the attached image , how can I make validate the value entered in column Actual ...
bp581's user avatar
1vote
1answer
554views

Insert a row with two columns every four ng-repeat values

I have the next code in Html and AngularJS: <div class='row'> <div class='col-md-6' ng-repeat='post in news'> <div class='post-content'>{{ post.title }}</div> &...
Marcelo J Forclaz's user avatar
1vote
1answer
3kviews

Four items in bootstrap carousel Ng repeat?

I am trying to display four items in a slide. But how do I repeat it the main row, because it uses an active class for the active slide. This is how my HTML looks. <div class="carousel slide" id="...
Aijaz's user avatar
0votes
1answer
857views

Angular-vs-repeat - Unable to scroll to the end when col-md class is used

I am using angular-vs-repeat for virtual scrolling. I am not able to scroll and see the last data when col-md class is used. Plnkr link https://plnkr .co/edit/T6Xy3KhuRXBn4MZoLq5K?p=preview
aaviss's user avatar

153050per page
close